'宣言 Public Overloads Function FindLastIndex( _ ByVal startIndex As System.Integer, _ ByVal match As System.Predicate(Of GroupNode) _ ) As System.Integer
'使用法 Dim instance As GroupNodeList Dim startIndex As System.Integer Dim match As System.Predicate(Of GroupNode) Dim value As System.Integer value = instance.FindLastIndex(startIndex, match)
public System.int FindLastIndex( System.int startIndex, System.Predicate<GroupNode> match )
パラメータ
- startIndex
- match